home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 12 / CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso / Netconnect / history.txt < prev    next >
Text File  |  1996-12-19  |  3KB  |  75 lines

  1. NetConnect history:
  2.  
  3. v 1.02:
  4. =======
  5.  
  6. * added balance objects in atcp prefs: databases/inetd and services
  7. * changed server string gadget to pop asl gadget (atcp prefs: inetd)
  8. * atcp prefs and nc prefs now show a requester when in demo-mode
  9. * removed some bugs that were introduced with structure changes in 1.01
  10. * NetCOM special version (NetCOMplete)
  11.  
  12. v 1.01:
  13. =======
  14.  
  15. * changed entrie structure of netconnect preferences file and gave it a new
  16.   name: NC.prefs . its size is less than 10% of the original. unfortunately
  17.   all data has to be reentered (but this was the last time, really !)
  18. * added more drag&drop functionality:you can even drag&drop workbench icons
  19.   into the "icon bar", "button bank", "menu entries" and "programs" lists
  20.   and the programs will be added automatically. nice eh ?!
  21. * hopefully fixed all memory holes in ncprefs
  22. * added small icons in ncprefs and AmiTCP Prefs
  23. * if a window in nc is closed, nc won't quit but only close the window
  24.   now. you can terminate nc using the menu or by sending a ctrl-c to it.
  25. * added export function to AmiTCP Prefs so the user can export and send us
  26.   the data of his provider.
  27. * ncc: icons&text looks nicer now (separated text from button)
  28.  
  29. v 1.00:
  30. =======
  31.  
  32. * changed atcp prefs look. rearranged provider page.
  33. * added databases editors
  34.  
  35. v 0.99:
  36. =======
  37.  
  38. Changed dialscript / loginscript idea. Now the end user only has to edit
  39. the relevant data. Changes that came along with: 
  40.  1) changed AmiTCP:bin/startnet to call AmiTCP:db/Dialscript as default script
  41.  2) new file: AmiTCP:db/Dialscript which connects to host and then calls
  42.     ENV:NetConfig/LoginScript to login at the remote host.
  43.  3) new file: ENV:NetConfig/LoginScript which contains the user defineable
  44.     login procedure. (see AmiTCP Prefs: Provider/Loginscript)
  45.  4) ENV:NetConfig/DialScript is obsolete and should be removed.
  46.  5) NetConnect:Data/Misc/#?DialScript#? are obsolete too.
  47.  6) The Dialscript files in NetConnect:Data/Providers should be renamed to
  48.     "Loginscript" and shortened to look somehow like this:
  49.  
  50.     WaitFor    "sername:"
  51.     /* "send username" */
  52.     SendLn    ""
  53.     WaitFor    "assword:"
  54.     /* "send password" */
  55.     SendLn    ""
  56.     WaitFor    ">"
  57.     SendLn    "ppp"
  58.  
  59.     The comments (and their quote-marks) are essential to indicate what
  60.     the next line will do. See what happens when it gets loaded in
  61.     AmiTCP Prefs ! You MUST use exactly the same sequence of characters
  62.     for the comment lines: /* "send username" */ or /* "send password" */
  63.     If a line without CR should be sent, use "Send" instead of "SendLn"
  64.     If line with a CR should be waited for add "\r" at the end of the
  65.     wait string (e.g. "login:\r")
  66.  7) Layout for login script changed dramatically. Some think it's usage
  67.     is easier now... well :)
  68.  8) Structure of provider files in NetConnect:Data/Providers changed.
  69.     All files are combined in one now. Have a look at the provider
  70.     files to get the idea how they should look.
  71.  9) Added import function for provider files. They'll get copied to
  72.     correct location automatically.
  73.  
  74. Michael Neuweiler
  75.